www.gusucode.com > 茶都拼客网全功能版 8 > 茶都拼客网全功能版 8.8源码程序/teasdxmccom/茶都拼客网V8.8(全功能,无限制,完全开源)/Ku_type/Index_pkind.asp

    <%
    set rspk=server.createobject("adodb.recordset")
    sqlpk="select top 13 * from Gu_pkind ORDER BY id asc"
    rspk.open sqlpk,conn,1,1
%>
<div align="center">
	<table cellpadding="0" cellspacing="0" width="965">
		<tr>
<td height="25" width="785" align="left"><b>拼客分类</b>
	<%if Rspk.eof or Rspk.bof then
    response.write"<div align='center'>还没有拼客分类!<div>"
    end if 
    do while not rspk.eof
    cname = rspk("name")
    %>
    <font color="#C0C0C0">-</font>
    <a href="Gu_pinke.asp?guxing=<%=rspk("id")%>" class="gu2"><font color="#ff0000"><%=cname%></font></a> 
    <% 
    rspk.movenext  
    loop
    Rspk.Close
    Set Rspk=Nothing
%></td>
<form method="POST" action="So.asp">
<td width="180">
<input type="text" name="keyword" size="10">&nbsp; 
<input type="submit" value="快速查询" name="B1" style="border-style: dashed; border-width: 1px">
</td></form>
		</tr>
	</table>
</div>